projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd1c58
)
Forgotten commit.
author
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 16 Dec 2004 14:31:15 +0000
(14:31 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 16 Dec 2004 14:31:15 +0000
(14:31 +0000)
gtk/abicheck.sh
patch
|
blob
|
history
diff --git
a/gtk/abicheck.sh
b/gtk/abicheck.sh
index 0e9a85f10bf5a70bfedc637f49158c461dcef0b3..c426f8c318032bc9e10cefce89542e06382dfe06 100755
(executable)
--- a/
gtk/abicheck.sh
+++ b/
gtk/abicheck.sh
@@
-1,5
+1,5
@@
#! /bin/sh
-cpp -P -DG_OS_UNIX -DGTK_WINDOWING_X11 ${srcdir:-.}/gtk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' | sort > expected-abi
+cpp -P -DG_OS_UNIX -DGTK_WINDOWING_X11 ${srcdir:-.}/gtk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//'
-e 's/ PRIVATE//'
| sort > expected-abi
nm -D .libs/libgtk-x11-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
diff -u expected-abi actual-abi && rm expected-abi actual-abi